[INFO] cloning repository https://github.com/Flemming-DC/mini-lang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Flemming-DC/mini-lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlemming-DC%2Fmini-lang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlemming-DC%2Fmini-lang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fbce9cc83f3f1c6c4e9ee49f461e20743316bcf2
[INFO] fixing Flemming-DC/mini-lang against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlemming-DC%2Fmini-lang" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Flemming-DC/mini-lang
[INFO] finished tweaking git repo https://github.com/Flemming-DC/mini-lang
[INFO] tweaked toml for git repo https://github.com/Flemming-DC/mini-lang written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Flemming-DC/mini-lang on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Flemming-DC/mini-lang already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fbee447a7db42e919f5607128dfec8c55e2a294f4d48b801dd9fdf8927f0fb14
[INFO] running `Command { std: "docker" "start" "fbee447a7db42e919f5607128dfec8c55e2a294f4d48b801dd9fdf8927f0fb14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fbee447a7db42e919f5607128dfec8c55e2a294f4d48b801dd9fdf8927f0fb14" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fbee447a7db42e919f5607128dfec8c55e2a294f4d48b801dd9fdf8927f0fb14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fbee447a7db42e919f5607128dfec8c55e2a294f4d48b801dd9fdf8927f0fb14" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking mini-lang v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/tools/macros.rs (8 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:35:9
[INFO] [stdout]     |
[INFO] [stdout]  35 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:41:9
[INFO] [stdout]     |
[INFO] [stdout]  41 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:45:9
[INFO] [stdout]     |
[INFO] [stdout]  45 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:60:9
[INFO] [stdout]     |
[INFO] [stdout]  60 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:84:9
[INFO] [stdout]     |
[INFO] [stdout]  84 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 176 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |         get_expected_script(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |         get_expected_script(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:30:9
[INFO] [stdout]     |
[INFO] [stdout]  30 |         is_valid(func_log!(source), &source, true);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:33:9
[INFO] [stdout]     |
[INFO] [stdout]  33 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:38:9
[INFO] [stdout]     |
[INFO] [stdout]  38 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:40:9
[INFO] [stdout]     |
[INFO] [stdout]  40 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:42:9
[INFO] [stdout]     |
[INFO] [stdout]  42 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:44:9
[INFO] [stdout]     |
[INFO] [stdout]  44 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:47:9
[INFO] [stdout]     |
[INFO] [stdout]  47 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  49 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:54:9
[INFO] [stdout]     |
[INFO] [stdout]  54 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:56:9
[INFO] [stdout]     |
[INFO] [stdout]  56 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:58:9
[INFO] [stdout]     |
[INFO] [stdout]  58 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:61:9
[INFO] [stdout]     |
[INFO] [stdout]  61 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:63:9
[INFO] [stdout]     |
[INFO] [stdout]  63 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:68:9
[INFO] [stdout]     |
[INFO] [stdout]  68 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:70:9
[INFO] [stdout]     |
[INFO] [stdout]  70 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:72:9
[INFO] [stdout]     |
[INFO] [stdout]  72 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:77:9
[INFO] [stdout]     |
[INFO] [stdout]  77 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:82:9
[INFO] [stdout]     |
[INFO] [stdout]  82 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:87:9
[INFO] [stdout]     |
[INFO] [stdout]  87 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:93:9
[INFO] [stdout]     |
[INFO] [stdout]  93 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 179 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:209:9
[INFO] [stdout]     |
[INFO] [stdout] 209 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:224:9
[INFO] [stdout]     |
[INFO] [stdout] 224 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:234:9
[INFO] [stdout]     |
[INFO] [stdout] 234 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:33:9
[INFO] [stdout]     |
[INFO] [stdout]  33 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:39:9
[INFO] [stdout]     |
[INFO] [stdout]  39 |         get_expected(func_log!(source), &source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:45:9
[INFO] [stdout]     |
[INFO] [stdout]  45 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:51:9
[INFO] [stdout]     |
[INFO] [stdout]  51 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:55:9
[INFO] [stdout]     |
[INFO] [stdout]  55 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:72:9
[INFO] [stdout]     |
[INFO] [stdout]  72 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  78 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:82:9
[INFO] [stdout]     |
[INFO] [stdout]  82 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:86:9
[INFO] [stdout]     |
[INFO] [stdout]  86 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:94:9
[INFO] [stdout]     |
[INFO] [stdout]  94 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout]  98 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:177:9
[INFO] [stdout]     |
[INFO] [stdout] 177 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:212:9
[INFO] [stdout]     |
[INFO] [stdout] 212 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 235 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:239:9
[INFO] [stdout]     |
[INFO] [stdout] 239 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:253:9
[INFO] [stdout]     |
[INFO] [stdout] 253 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:261:9
[INFO] [stdout]     |
[INFO] [stdout] 261 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 265 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:271:9
[INFO] [stdout]     |
[INFO] [stdout] 271 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 275 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:279:9
[INFO] [stdout]     |
[INFO] [stdout] 279 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_compiler_test.rs:20:9
[INFO] [stdout]     |
[INFO] [stdout]  20 |         get_expected(func_log!(source), source, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_compiler_test.rs:27:9
[INFO] [stdout]     |
[INFO] [stdout]  27 |         get_expected(func_log!(source), source, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:35:9
[INFO] [stdout]     |
[INFO] [stdout]  35 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:41:9
[INFO] [stdout]     |
[INFO] [stdout]  41 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:45:9
[INFO] [stdout]     |
[INFO] [stdout]  45 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:60:9
[INFO] [stdout]     |
[INFO] [stdout]  60 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:84:9
[INFO] [stdout]     |
[INFO] [stdout]  84 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 176 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |         get_expected_script(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |         get_expected_script(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:30:9
[INFO] [stdout]     |
[INFO] [stdout]  30 |         is_valid(func_log!(source), &source, true);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:33:9
[INFO] [stdout]     |
[INFO] [stdout]  33 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:38:9
[INFO] [stdout]     |
[INFO] [stdout]  38 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:40:9
[INFO] [stdout]     |
[INFO] [stdout]  40 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:42:9
[INFO] [stdout]     |
[INFO] [stdout]  42 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:44:9
[INFO] [stdout]     |
[INFO] [stdout]  44 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:47:9
[INFO] [stdout]     |
[INFO] [stdout]  47 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  49 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:54:9
[INFO] [stdout]     |
[INFO] [stdout]  54 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:56:9
[INFO] [stdout]     |
[INFO] [stdout]  56 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:58:9
[INFO] [stdout]     |
[INFO] [stdout]  58 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:61:9
[INFO] [stdout]     |
[INFO] [stdout]  61 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:63:9
[INFO] [stdout]     |
[INFO] [stdout]  63 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:68:9
[INFO] [stdout]     |
[INFO] [stdout]  68 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:70:9
[INFO] [stdout]     |
[INFO] [stdout]  70 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:72:9
[INFO] [stdout]     |
[INFO] [stdout]  72 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:77:9
[INFO] [stdout]     |
[INFO] [stdout]  77 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:82:9
[INFO] [stdout]     |
[INFO] [stdout]  82 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:87:9
[INFO] [stdout]     |
[INFO] [stdout]  87 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:93:9
[INFO] [stdout]     |
[INFO] [stdout]  93 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 179 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:209:9
[INFO] [stdout]     |
[INFO] [stdout] 209 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:224:9
[INFO] [stdout]     |
[INFO] [stdout] 224 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:234:9
[INFO] [stdout]     |
[INFO] [stdout] 234 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:33:9
[INFO] [stdout]     |
[INFO] [stdout]  33 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:39:9
[INFO] [stdout]     |
[INFO] [stdout]  39 |         get_expected(func_log!(source), &source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:45:9
[INFO] [stdout]     |
[INFO] [stdout]  45 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:51:9
[INFO] [stdout]     |
[INFO] [stdout]  51 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:55:9
[INFO] [stdout]     |
[INFO] [stdout]  55 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:72:9
[INFO] [stdout]     |
[INFO] [stdout]  72 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  78 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:82:9
[INFO] [stdout]     |
[INFO] [stdout]  82 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:86:9
[INFO] [stdout]     |
[INFO] [stdout]  86 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:94:9
[INFO] [stdout]     |
[INFO] [stdout]  94 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout]  98 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:177:9
[INFO] [stdout]     |
[INFO] [stdout] 177 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:212:9
[INFO] [stdout]     |
[INFO] [stdout] 212 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 235 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:239:9
[INFO] [stdout]     |
[INFO] [stdout] 239 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:253:9
[INFO] [stdout]     |
[INFO] [stdout] 253 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:261:9
[INFO] [stdout]     |
[INFO] [stdout] 261 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 265 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:271:9
[INFO] [stdout]     |
[INFO] [stdout] 271 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 275 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:279:9
[INFO] [stdout]     |
[INFO] [stdout] 279 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_compiler_test.rs:20:9
[INFO] [stdout]     |
[INFO] [stdout]  20 |         get_expected(func_log!(source), source, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/tools/macros.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_compiler_test.rs:27:9
[INFO] [stdout]     |
[INFO] [stdout]  27 |         get_expected(func_log!(source), source, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
[INFO] [stderr] crater-edition-check: mini-lang v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking mini-lang v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:35:9
[INFO] [stdout]     |
[INFO] [stdout]  35 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:41:9
[INFO] [stdout]     |
[INFO] [stdout]  41 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:45:9
[INFO] [stdout]     |
[INFO] [stdout]  45 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:60:9
[INFO] [stdout]     |
[INFO] [stdout]  60 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:84:9
[INFO] [stdout]     |
[INFO] [stdout]  84 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 176 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |         get_expected_script(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |         get_expected_script(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:30:9
[INFO] [stdout]     |
[INFO] [stdout]  30 |         is_valid(func_log!(source), &source, true);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:33:9
[INFO] [stdout]     |
[INFO] [stdout]  33 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:38:9
[INFO] [stdout]     |
[INFO] [stdout]  38 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:40:9
[INFO] [stdout]     |
[INFO] [stdout]  40 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:42:9
[INFO] [stdout]     |
[INFO] [stdout]  42 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:44:9
[INFO] [stdout]     |
[INFO] [stdout]  44 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:47:9
[INFO] [stdout]     |
[INFO] [stdout]  47 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  49 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:54:9
[INFO] [stdout]     |
[INFO] [stdout]  54 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:56:9
[INFO] [stdout]     |
[INFO] [stdout]  56 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:58:9
[INFO] [stdout]     |
[INFO] [stdout]  58 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:61:9
[INFO] [stdout]     |
[INFO] [stdout]  61 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:63:9
[INFO] [stdout]     |
[INFO] [stdout]  63 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:68:9
[INFO] [stdout]     |
[INFO] [stdout]  68 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:70:9
[INFO] [stdout]     |
[INFO] [stdout]  70 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:72:9
[INFO] [stdout]     |
[INFO] [stdout]  72 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:77:9
[INFO] [stdout]     |
[INFO] [stdout]  77 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:82:9
[INFO] [stdout]     |
[INFO] [stdout]  82 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:87:9
[INFO] [stdout]     |
[INFO] [stdout]  87 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:93:9
[INFO] [stdout]     |
[INFO] [stdout]  93 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 179 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:209:9
[INFO] [stdout]     |
[INFO] [stdout] 209 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:224:9
[INFO] [stdout]     |
[INFO] [stdout] 224 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:234:9
[INFO] [stdout]     |
[INFO] [stdout] 234 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:33:9
[INFO] [stdout]     |
[INFO] [stdout]  33 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:39:9
[INFO] [stdout]     |
[INFO] [stdout]  39 |         get_expected(func_log!(source), &source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:45:9
[INFO] [stdout]     |
[INFO] [stdout]  45 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:51:9
[INFO] [stdout]     |
[INFO] [stdout]  51 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:55:9
[INFO] [stdout]     |
[INFO] [stdout]  55 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:72:9
[INFO] [stdout]     |
[INFO] [stdout]  72 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  78 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:82:9
[INFO] [stdout]     |
[INFO] [stdout]  82 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:86:9
[INFO] [stdout]     |
[INFO] [stdout]  86 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:94:9
[INFO] [stdout]     |
[INFO] [stdout]  94 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout]  98 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:177:9
[INFO] [stdout]     |
[INFO] [stdout] 177 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:212:9
[INFO] [stdout]     |
[INFO] [stdout] 212 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 235 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:239:9
[INFO] [stdout]     |
[INFO] [stdout] 239 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:253:9
[INFO] [stdout]     |
[INFO] [stdout] 253 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:261:9
[INFO] [stdout]     |
[INFO] [stdout] 261 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 265 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:271:9
[INFO] [stdout]     |
[INFO] [stdout] 271 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 275 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:279:9
[INFO] [stdout]     |
[INFO] [stdout] 279 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_compiler_test.rs:20:9
[INFO] [stdout]     |
[INFO] [stdout]  20 |         get_expected(func_log!(source), source, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_compiler_test.rs:27:9
[INFO] [stdout]     |
[INFO] [stdout]  27 |         get_expected(func_log!(source), source, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:35:9
[INFO] [stdout]     |
[INFO] [stdout]  35 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:41:9
[INFO] [stdout]     |
[INFO] [stdout]  41 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:45:9
[INFO] [stdout]     |
[INFO] [stdout]  45 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  53 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:60:9
[INFO] [stdout]     |
[INFO] [stdout]  60 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:84:9
[INFO] [stdout]     |
[INFO] [stdout]  84 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mini-lang` (bin "mini-lang" test) due to 107 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 176 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |         get_expected_script(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/parse_test.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |         get_expected_script(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:30:9
[INFO] [stdout]     |
[INFO] [stdout]  30 |         is_valid(func_log!(source), &source, true);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:33:9
[INFO] [stdout]     |
[INFO] [stdout]  33 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:38:9
[INFO] [stdout]     |
[INFO] [stdout]  38 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:40:9
[INFO] [stdout]     |
[INFO] [stdout]  40 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:42:9
[INFO] [stdout]     |
[INFO] [stdout]  42 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:44:9
[INFO] [stdout]     |
[INFO] [stdout]  44 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:47:9
[INFO] [stdout]     |
[INFO] [stdout]  47 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  49 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:54:9
[INFO] [stdout]     |
[INFO] [stdout]  54 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:56:9
[INFO] [stdout]     |
[INFO] [stdout]  56 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:58:9
[INFO] [stdout]     |
[INFO] [stdout]  58 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:61:9
[INFO] [stdout]     |
[INFO] [stdout]  61 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:63:9
[INFO] [stdout]     |
[INFO] [stdout]  63 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:68:9
[INFO] [stdout]     |
[INFO] [stdout]  68 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:70:9
[INFO] [stdout]     |
[INFO] [stdout]  70 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:72:9
[INFO] [stdout]     |
[INFO] [stdout]  72 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:77:9
[INFO] [stdout]     |
[INFO] [stdout]  77 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:82:9
[INFO] [stdout]     |
[INFO] [stdout]  82 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:87:9
[INFO] [stdout]     |
[INFO] [stdout]  87 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:93:9
[INFO] [stdout]     |
[INFO] [stdout]  93 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 179 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:209:9
[INFO] [stdout]     |
[INFO] [stdout] 209 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         is_invalid(func_log!(source), &source, false);
[INFO] [stdout]     |         ---------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:224:9
[INFO] [stdout]     |
[INFO] [stdout] 224 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/type_checker_test.rs:234:9
[INFO] [stdout]     |
[INFO] [stdout] 234 |         is_valid(func_log!(source), &source, false);
[INFO] [stdout]     |         -------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:33:9
[INFO] [stdout]     |
[INFO] [stdout]  33 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:39:9
[INFO] [stdout]     |
[INFO] [stdout]  39 |         get_expected(func_log!(source), &source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:45:9
[INFO] [stdout]     |
[INFO] [stdout]  45 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:51:9
[INFO] [stdout]     |
[INFO] [stdout]  51 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:55:9
[INFO] [stdout]     |
[INFO] [stdout]  55 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:72:9
[INFO] [stdout]     |
[INFO] [stdout]  72 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  78 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:82:9
[INFO] [stdout]     |
[INFO] [stdout]  82 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:86:9
[INFO] [stdout]     |
[INFO] [stdout]  86 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:94:9
[INFO] [stdout]     |
[INFO] [stdout]  94 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout]  98 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 156 |         get_expected(func_log!(source), source, expected.as_str(), false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:177:9
[INFO] [stdout]     |
[INFO] [stdout] 177 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:212:9
[INFO] [stdout]     |
[INFO] [stdout] 212 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 235 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:239:9
[INFO] [stdout]     |
[INFO] [stdout] 239 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:253:9
[INFO] [stdout]     |
[INFO] [stdout] 253 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:261:9
[INFO] [stdout]     |
[INFO] [stdout] 261 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:265:9
[INFO] [stdout]     |
[INFO] [stdout] 265 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:271:9
[INFO] [stdout]     |
[INFO] [stdout] 271 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 275 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:279:9
[INFO] [stdout]     |
[INFO] [stdout] 279 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |         get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_code_gen_test.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 |         type_ok_get_expected(func_log!(source), source, expected, false);
[INFO] [stdout]     |         -------------------- ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_compiler_test.rs:20:9
[INFO] [stdout]     |
[INFO] [stdout]  20 |         get_expected(func_log!(source), source, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/tools/macros.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |         &format!("{}| {}", func_name!(), $msg)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |          |                                   |
[INFO] [stdout]     |          |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |          creates a temporary value which is freed while still in use
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/c_compiler_test.rs:27:9
[INFO] [stdout]     |
[INFO] [stdout]  27 |         get_expected(func_log!(source), source, false);
[INFO] [stdout]     |         ------------ ----------------- in this macro invocation
[INFO] [stdout]     |         |
[INFO] [stdout]     |         borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `func_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mini-lang` (bin "mini-lang") due to 107 previous errors
[INFO] running `Command { std: "docker" "inspect" "fbee447a7db42e919f5607128dfec8c55e2a294f4d48b801dd9fdf8927f0fb14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbee447a7db42e919f5607128dfec8c55e2a294f4d48b801dd9fdf8927f0fb14", kill_on_drop: false }`
[INFO] [stdout] fbee447a7db42e919f5607128dfec8c55e2a294f4d48b801dd9fdf8927f0fb14
